const runtime._SIG_DFL
12 uses
runtime (current package)
signal_unix.go#L40: _SIG_DFL uintptr = 0
signal_unix.go#L140: if fwdSig[i] != _SIG_DFL && fwdSig[i] != _SIG_IGN {
signal_unix.go#L271: setsig(i, _SIG_DFL)
signal_unix.go#L298: if h == _SIG_DFL {
signal_unix.go#L985: setsig(sig, _SIG_DFL)
signal_unix.go#L1008: handler = _SIG_DFL
signal_unix.go#L1015: if handler == _SIG_IGN || (handler == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1040: if GOOS != "freebsd" && (isarchive || islibrary) && handler == _SIG_DFL && !c.sigFromUser() {
signal_unix.go#L1178: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
signal_unix.go#L1183: if fwdFn == _SIG_DFL {
signal_unix.go#L1184: setsig(sig, _SIG_DFL)
signal_unix.go#L1201: if fwdFn == _SIG_DFL {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |